net/http.http2serverConn.bw (field)
6 uses
net/http (current package)
h2_bundle.go#L4223: bw: http2newBufferedWriter(c),
h2_bundle.go#L4267: fr := http2NewFramer(sc.bw, c)
h2_bundle.go#L4359: sc.bw.Flush()
h2_bundle.go#L4368: bw *http2bufferedWriter // writing to conn
h2_bundle.go#L4478: func (sc *http2serverConn) Flush() error { return sc.bw.Flush() }
h2_bundle.go#L5077: if wr.write.staysWithinBuffer(sc.bw.Available()) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |